home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 173 / Issue 173 - Jul 2002 - DPCS0702.iso / editorial / Python / Python-2.2.1.exe / BADSYNTAX_NOCARET.PY < prev    next >
Encoding:
Text File  |  2001-04-17  |  35 b   |  3 lines

  1. def f(x):
  2.     [x for x in x] = x
  3.